home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / widgets-mesa / ChangeLog next >
Encoding:
Text File  |  1997-01-31  |  1.3 KB  |  42 lines

  1. Mon Jan 15 01:41:30 1996  Thorsten Ohl  <ohl@tholix1.home.de>
  2.  
  3.     * began with Motif support for the Mesa* widgets.  Not finished
  4.     yet (e.g. Keyboard translations).
  5.  
  6. Wed Jan  3 22:32:34 1996  Thorsten Ohl  <ohl@tholix1>
  7.  
  8.     * configure.in: A few compilation problems fixed by The Net.
  9.  
  10. Thu Jun  8 11:49:40 1995  Thorsten Ohl  <ohl@localhost>
  11.  
  12.     * configure.in:  test for memmove() separately.  SunOS has memcopy
  13.     but not memmove() (<Frederic.Devernay@sophia.inria.fr>).
  14.  
  15. Tue Apr 11 22:13:43 1995  Thorsten Ohl  <ohl@localhost>
  16.  
  17.     * use GLPL throughout.  Some files still had a GPL.
  18.  
  19. Mon Apr 10 21:04:46 1995  Thorsten Ohl  <ohl@localhost>
  20.  
  21.     * Canonicalize utility function names.  Use GLw* instead of mesa_*
  22.     as common prefix.  Even though I prefer to separate words in
  23.     function names by underscores, it's better to stick to common
  24.     practice, which in X11 programs is captalization.
  25.  
  26. Sat Apr  8 18:22:21 1995  Thorsten Ohl  <ohl@localhost>
  27.  
  28.     * configure.in:  --enable-debug
  29.  
  30. Tue Apr  4 00:13:41 1995  Thorsten Ohl  <ohl@localhost>
  31.  
  32.     * Makefile.in (demo.*): new targets for debugging specific 8-bit
  33.     visuals
  34.  
  35. Thu Mar 30 23:03:29 1995  Thorsten Ohl  <ohl@localhost>
  36.  
  37.     * Makefile.in: SHELL = /bin/sh
  38.  
  39.     * configure.in (mesa_srcdir): like top_srcdir, pointing to the
  40.     root of the Mesa source tree.
  41.  
  42.